home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / idt.zip / IDT < prev    next >
Text File  |  1988-06-12  |  150b  |  13 lines

  1. GETARGS    = getargs.obj stoi.obj stol.obj
  2.  
  3. .c.obj:
  4.     cl /c /Od /W3 $*.c
  5.  
  6. .obj.exe:
  7.     link $**,$*,nul;
  8.  
  9. idt.obj:
  10.  
  11. idt.exe:    idt.obj $(GETARGS)
  12.  
  13.